projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb5cd1
)
(widget-type): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 1 Dec 2007 22:59:12 +0000
(22:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 1 Dec 2007 22:59:12 +0000
(22:59 +0000)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 50df4bd56c64a7210c2600b65e4f31defdf227fc..4e5df635b81c3eae9897369f1ae7fe6150182ccf 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-488,7
+488,7
@@
new value.")
;;; Widget Properties.
(defsubst widget-type (widget)
- "Return the type of WIDGET
,
a symbol."
+ "Return the type of WIDGET
. The type is
a symbol."
(car widget))
;;;###autoload